home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 2 of 2).iso / install.bat < prev    next >
DOS Batch File  |  1994-10-13  |  604b  |  33 lines

  1. @echo off
  2. if "%1" == "" goto error
  3. md %1\cyberia
  4. cd %1\cyberia
  5. copy dos4gw.exe  %1
  6. copy cyberia.exe %1
  7. copy ambiance.z94 %1
  8. copy footstep.z94 %1
  9. copy caljoy.exe  %1
  10. copy joy.def     %1
  11. copy demorig.def %1
  12. copy demo.bat %1
  13. copy cybplay.exe %1
  14. copy readme.txt %1
  15. copy readme.bat %1
  16. copy look.com %1
  17. echo.
  18. echo.
  19. echo Type CALJOY to calibrate your joystick.
  20. echo Type CYBERIA to start the game.
  21. echo Type DEMO to start the demo.
  22. echo Type README to read the instructions.
  23. echo.
  24. echo.
  25. %1
  26. goto end
  27. :error
  28. echo.
  29. echo Type INSTALL C: to install the game on C:\CYBERIA
  30. echo.
  31. :end
  32.  
  33.